Skip to content

Remove Test workflow badge from README#1197

Open
philipmk42 wants to merge 1 commit into
niklasf:masterfrom
philipmk42:remove-test-badge
Open

Remove Test workflow badge from README#1197
philipmk42 wants to merge 1 commit into
niklasf:masterfrom
philipmk42:remove-test-badge

Conversation

@philipmk42

Copy link
Copy Markdown

Removes the Test workflow status badge from the README, as suggested by @niklasf in #1196.
The badge used the legacy https://github.com/niklasf/python-chess/workflows/Test/badge.svg format, which is not scoped to a branch or event and so reflected the latest run across all branches including pull_request runs. That is why it could show red while push runs on the default branch were green. Rather than re-scope the URL, this drops the badge entirely, since the Actions tab and per-commit status checks already surface CI state.
No other badges are affected.
Closes #1196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python test badge in readme shows as failing even though CI on main shows as passing

1 participant